home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / scorched.swf / scripts / frame_116 / DoAction_10.as next >
Encoding:
Text File  |  2010-04-12  |  111 b   |  8 lines

  1. function generatelandscape()
  2. {
  3.    a = 200;
  4.    b = 0;
  5.    steps = 800 / landdetail;
  6.    drawlandscape();
  7. }
  8.